Kotools Types
2.0.0
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
Kotools Types
/
kotools.types.number
/
plus
plus
@
SinceKotoolsTypes
(
version
=
"1.1"
)
infix operator
fun
Int
.
plus
(
other
:
NegativeInt
)
:
Int
@
SinceKotoolsTypes
(
version
=
"1.1"
)
infix operator
fun
Int
.
plus
(
other
:
NonZeroInt
)
:
Int
@
SinceKotoolsTypes
(
version
=
"1.1"
)
infix operator
fun
Int
.
plus
(
other
:
PositiveInt
)
:
Int
@
SinceKotoolsTypes
(
version
=
"1.1"
)
infix operator
fun
Int
.
plus
(
other
:
StrictlyNegativeInt
)
:
Int
@
SinceKotoolsTypes
(
version
=
"1.1"
)
infix operator
fun
Int
.
plus
(
other
:
StrictlyPositiveInt
)
:
Int
Adds the
other
value to this value.